home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / games1 / cdslist.zip / CDSLIST.DOC < prev    next >
Text File  |  1993-03-03  |  2KB  |  57 lines

  1. CDSLIST is a program to generate statistics sheets for the game Crusaders of
  2. the Dark Savant. Look at ENDING1.RPT for an example of what the report looks
  3. like.
  4.  
  5. This is a simple program that just writes it's output to the screen. You
  6. invoke the program by giving it the name of your savefile, 
  7. i.e. CDSLIST MYSAVE.DBS <ret>. 
  8.  
  9. If you can't read as fast as Lt. Cmdr. Data, here's what you can do:
  10.  
  11. 1. Redirect the output to "MORE", i.e. CDSLIST MYSAVE.DBS | MORE
  12.    This will scroll a screen a t a time
  13.  
  14. 2. Redirect the output to a file, i.e. CDSLIST MYSAVE.DBS > MYSAVE.RPT
  15.    Then you can look at the report at your leisure.
  16.  
  17. 3. Redirect the output to the printer, i.e. CDSLIST MYSAVE.DBS > lpt1: (or
  18.    whatever your printer is.
  19.  
  20.  
  21. NOTES:
  22.  
  23. The file CDSITEMS.LST and the executable CDSLIST.EXE must be in the same
  24. directory, and you must run from that directory. I didn't have time (or
  25. motivation) to be more sophisticated.
  26.  
  27. I compiled using the Borland C++ 3.1 compiler. The code is pretty plain-vanilla,
  28. so you should not have a problem porting to other compilers.
  29.  
  30.  
  31. *** IMPORTANT NOTE ****
  32.  
  33. The file CDSITEMS.LST contains all the REAL names of items. If you create stat
  34. sheets using this file, you eliminate the whole idea behind using the spell
  35. "IDENTIFY" in the game. This is a bit of a cheat, but you're playing the game
  36. in the privacy of your own home, so who am I to lecture (especially when I
  37. provide the means). But if you want to play the game "Straight", here's what
  38. you do:
  39.  
  40. 1. COPY CDSITEMS.LST CDSITEMS.BAK
  41. 2. COPY CDSITEMS.XXX CDSITEMS.LST
  42.  
  43.  
  44. Now you have a file where all the item names are "?????". CDSLIST will show
  45. you the item number in the listing. As you collect and identify each item, you
  46. can use a text editor to edit the file CDSITEMS.LST to reflect your current
  47. knowledge. 
  48.  
  49. Please only use a text editor that saves as ASCII text and be careful to
  50. retain the column spacing.
  51.  
  52. My thanks to Steve Mayo  for providing the original item list and pointing me 
  53. to the right files.
  54.  
  55.  
  56.  
  57.